home *** CD-ROM | disk | FTP | other *** search
/ Medabots Cardz / Medabots CD Cardz Sumilidon.bin / mac / assets / sumilidon.dxr / 00240_Script_240 < prev    next >
Text File  |  2001-12-07  |  462b  |  29 lines

  1. property mysprite
  2. global wipeaway
  3.  
  4. on beginsprite me
  5.   if wipeaway = 1 then
  6.     puppettransition 1, 2, 20, FALSE
  7.   end if
  8.   wipeaway = 0
  9.   set mysprite to the spritenum of me
  10. end
  11.  
  12. on mouseEnter me
  13.   cursor 280
  14.   set the member of sprite mysprite to member("playrollover")
  15. end
  16.  
  17. on mouseLeave me
  18.   cursor 0
  19.   set the member of sprite mysprite to member("play")
  20. end
  21.  
  22.  
  23.  
  24.  
  25.  
  26. on mouseUp me
  27.   cursor 0
  28.   set the movieRate of sprite(7) to 1
  29. end